home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global ayuda_on, idioma, cast_ant, paleta_conf
- if rollOver(25) then
- puppetSound(0)
- puppetSprite(2, 1)
- puppetSprite(3, 1)
- puppetSprite(17, 1)
- repeat with xx = 20 to 25
- puppetSprite(xx, 0)
- end repeat
- preLoad(label("configuracion") + 1, label("configuracion") + 20)
- if ayuda_on then
- puppetSprite(40, 1)
- set the castNum of sprite 40 to the number of cast "HELP2_EN.PIC" + idioma - 1
- activa_ayuda()
- puppetTransition(50, 0, 8)
- updateStage()
- end if
- set paleta_conf to the framePalette
- puppetPalette(paleta_conf)
- play frame "configuracion"
- end if
- end
-